CollapseAllWindows
NEW WITH THE APPEARANCE MANAGER
Collapses or expands all windows that are collapsable in an application.
pascal OSStatus CollapseAllWindows (Boolean inCollapseEm);
inCollapseEm
- A Boolean value. Set to
true
to collapse all windows in the application; iffalse
, expands all windows in the application.- function result
- A result code; see "Result Codes".
DISCUSSION
Only window definition functions that return the feature bitkWindowCanCollapse
in response to akWindowGetFeatures
message support theCollapseAllWindows
function; seeGetWindowFeatures
.SEE ALSO
"Appearance Manager Gestalt Selector Constants".